home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Educational / Sphere / DrawPoly.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-26  |  561 b   |  17 lines

  1. /* DrawPoly.h generated from DrawPoly.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef DRAWPOLY_H
  6. #define DRAWPOLY_H
  7.  
  8. extern void DrawPoly3(float x1, float y1, float x2, float y2, float x3, float y3);
  9.  
  10. extern void DrawPoly3s(float x1, float y1, float x2, float y2, float x3, float y3, float gray);
  11.  
  12. extern void DrawPoly4(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4);
  13.  
  14. extern void DrawPoly4s(float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, float gray);
  15.  
  16. #endif DRAWPOLY_H
  17.